From 909c95d0dfce35e86362cfa3443d455636f13e59 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 28 Mar 1993 06:24:54 +0000 Subject: [PATCH] : Added autoload cookie for entry point. --- lisp/progmodes/make-mode.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 4dcc45cee12..92b3a9d75e1 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -6,7 +6,7 @@ ;; Adapted-By: ESR ;; Keywords: unix, tools -;; $Id: makefile.el,v 1.3 1992/07/22 02:13:37 eric Exp eric $ +;; $Id: makefile.el,v 1.4 1993/03/22 03:27:18 eric Exp eric $ ;; This file is part of GNU Emacs. @@ -313,6 +313,7 @@ This is used in the function makefile-insert-gmake-function .") ;;; The mode function itself. ;;; ------------------------------------------------------------ +;;;#autoload (defun makefile-mode () "Major mode for editing Makefiles. Calling this function invokes the function(s) \"makefile-mode-hook\" before -- 2.30.2